Schema BIG2BIG
Schema BIG2BIG : Typ złożony SumPaidDebtType
Typ złożony SumPaidDebtType
Przestrzeń nazw https://www.big2big.org/v1/report
Diagram
Element PaidDebt Sequence Typ złożony SumPaidDebtType
Przegląd
Sequence
PaidDebt 1..∞ Typ złożony MoneyType
Podsumowanie spłaconych kwot w określonej walucie
Sequence
Amount xs:decimal
Kwota spłacona
Currency optional Typ prosty currency
Waluta spłaconego zobowiązania
Używany przez
Źródło
<xs:complexType name="SumPaidDebtType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="PaidDebt" type="ns1:MoneyType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Podsumowanie spłaconych kwot w określonej walucie</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Zobacz także